Skip to main content

IsAString

Type

operator

Summary

Determines whether Target is a string or not.

Syntax

<Target> is a string

Description

Determines whether Target is a string or not.

Parameters

NameTypeDescription

Target

Any expression

Value

NameTypeDescription

return

Returns true if the given expression Target is a string, and false if not.

Thank you for your feedback!

Was this page helpful?